[PoC] Route to correct MW version#987
Conversation
Bug: T407504
680a0c4 to
df69f2e
Compare
|
The MediaWikiHostResolver class looks great to me so far! A note about the WikiEntityImportJob: unfortunately this job is not as trivial to test as just firing it off via I tried to run it like this: But at some point it errors for me with |
| @@ -0,0 +1,37 @@ | |||
| <?php | |||
|
|
|||
| namespace App\Services; | |||
There was a problem hiding this comment.
I'm unclear about the introduction of this Service namespace and location, this could be confused with the Laravel concept of Service Providers https://laravel.com/docs/10.x/providers
I think App\Helper would be more appropriate https://github.com/wbstack/api/tree/main/app/Helper
I got confused, Service Container is the pattern used here https://laravel.com/docs/10.x/container
Bug: T407504